scale: Fix value widget measurement
authorTimm Bäder <mail@baedert.org>
Fri, 9 Aug 2019 12:26:57 +0000 (14:26 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 9 Aug 2019 12:30:01 +0000 (14:30 +0200)
commit87aeec2b63bdc1cd10305df9efc16e1ee3096e21
tree01e90b38c6a6c2f6569f5c388c4ebd86477f4474
parentea5fc348fa6143bcd9a1979db2734617de01c96c
scale: Fix value widget measurement

Since we set the size request of the label, the later measure()
call would return at least the size we set, making the size only ever
grow.
gtk/gtkscale.c